home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / zapdir.arc / WIPEDIR.BAT next >
Encoding:
DOS Batch File  |  1980-01-01  |  557 b   |  16 lines

  1. N
  2. ECHO OFF
  3. CLS
  4. ECHO Name of directory to remove: %1
  5. ECHO (If you didn't provide a directory name, press Ctrl-Break and start over.)
  6. ECHO --------------------------------------------------------------------------
  7. ECHO WARNING! This command will remove the above directory regardless of
  8. ECHO whether it is empty or not. All subordinate directories and files (even
  9. ECHO hidden, read-only, etc.) will be erased. To cancel this command, press
  10. ECHO Ctrl-Break. Otherwise,
  11. PAUSE
  12. ZAPDIR %1
  13. IF ERRORLEVEL 1 GOTO THEEND
  14. CHKDSK/F < WIPEDIR.BAT
  15. :THEEND
  16.